Initialize result to FALSE. (#133539, Morten Welinder)
authorMatthias Clasen <maclas@gmx.de>
Thu, 5 Feb 2004 21:03:13 +0000 (21:03 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 5 Feb 2004 21:03:13 +0000 (21:03 +0000)
Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
to FALSE.  (#133539, Morten Welinder)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilesystemunix.c

index ac3f1ef5e493be6898701aa45129a48a3dc0b28e..37d6ae2d6b66ec899ddfc55bf91211ef68b314dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
+       to FALSE.  (#133539, Morten Welinder)
+
 Thu Feb  5 21:36:43 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
index ac3f1ef5e493be6898701aa45129a48a3dc0b28e..37d6ae2d6b66ec899ddfc55bf91211ef68b314dd 100644 (file)
@@ -1,3 +1,8 @@
+Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
+       to FALSE.  (#133539, Morten Welinder)
+
 Thu Feb  5 21:36:43 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
index ac3f1ef5e493be6898701aa45129a48a3dc0b28e..37d6ae2d6b66ec899ddfc55bf91211ef68b314dd 100644 (file)
@@ -1,3 +1,8 @@
+Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
+       to FALSE.  (#133539, Morten Welinder)
+
 Thu Feb  5 21:36:43 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
index ac3f1ef5e493be6898701aa45129a48a3dc0b28e..37d6ae2d6b66ec899ddfc55bf91211ef68b314dd 100644 (file)
@@ -1,3 +1,8 @@
+Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
+       to FALSE.  (#133539, Morten Welinder)
+
 Thu Feb  5 21:36:43 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
index ac3f1ef5e493be6898701aa45129a48a3dc0b28e..37d6ae2d6b66ec899ddfc55bf91211ef68b314dd 100644 (file)
@@ -1,3 +1,8 @@
+Thu Feb  5 22:05:52 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkfilesystemunix.c (bookmark_list_read): Initialize result
+       to FALSE.  (#133539, Morten Welinder)
+
 Thu Feb  5 21:36:43 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcombobox.c (gtk_combo_box_set_active_iter): Fix the logic
index 5b1ce7769aba6645342f8e7128bf381566e5ff30..0a270d50509fe5679e4cc83828bc77e5d5d9698f 100644 (file)
@@ -905,7 +905,7 @@ bookmark_list_read (GSList **bookmarks, GError **error)
 {
   gchar *filename;
   gchar *contents;
-  gboolean result;
+  gboolean result = FALSE;
 
   filename = bookmark_get_filename (FALSE);
   *bookmarks = NULL;